public interface CiscoCallID extends CiscoObjectContainer
The CiscoCallID
object represents a unique object that is associated with each call.
Applications may use the object itself or the integer representation of the object that the
intValue() method returns.
Modifier and Type | Method and Description |
---|---|
CiscoCall |
getCall()
Returns the CiscoCall corresponding to this CiscoCallID
|
int |
getCallManagerID()
Returns the Cisco Unified Communications Manager's NodeID of the call associated with this
CiscoCallID.
|
int |
getGlobalCallID()
Returns the GlobalCallID of the call associated with this CiscoCallID.
|
int |
intValue()
Returns an integer representation of this object.
|
getObject, setObject
int intValue()
CiscoCall getCall()
int getCallManagerID()
int getGlobalCallID()